projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
974d583
)
Style issue
author
Jethro Beekman
<jethro@jbeekman.nl>
Tue, 19 Apr 2016 19:19:51 +0000
(12:19 -0700)
committer
Jethro Beekman
<jethro@jbeekman.nl>
Tue, 19 Apr 2016 19:19:51 +0000
(12:19 -0700)
tests/test_cargo.rs
patch
|
blob
|
history
diff --git
a/tests/test_cargo.rs
b/tests/test_cargo.rs
index f9c17cee068b860c77a93196108ee27c65c8350b..4d9bb36bdf8e2f90881357b7f2bce221f3de6729 100644
(file)
--- a/
tests/test_cargo.rs
+++ b/
tests/test_cargo.rs
@@
-79,7
+79,8
@@
test!(list_command_looks_at_path {
#[cfg(unix)]
test!(list_command_resolves_symlinks {
let proj = project("list-non-overlapping");
- let proj = fake_file(proj, &Path::new("path-test"), "cargo-2", FakeKind::Symlink{target:&cargo_dir().join("cargo")});
+ let proj = fake_file(proj, &Path::new("path-test"), "cargo-2",
+ FakeKind::Symlink{target:&cargo_dir().join("cargo")});
let mut pr = cargo_process();
let mut path = path();